home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / zorkdemo.dir / 00083.ls < prev    next >
Encoding:
Text File  |  1995-12-12  |  175 b   |  11 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame)
  4.   else
  5.     FadeToBlackFrame()
  6.     sound stop 2
  7.     play frame "ZORK" of movie "MOVIES.DIR"
  8.     go("noButt")
  9.   end if
  10. end
  11.